From: <Saved by Windows Internet Explorer 7>
Subject: Les Wollam Photography
Date: Tue, 5 Oct 2010 09:13:23 -0500
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01CB646D.8FE47CC0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01CB646D.8FE47CC0
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.hiredavid.com/presbygrad2010/

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML lang=3Den xml:lang=3D"en" =
xmlns=3D"http://www.w3.org/1999/xhtml"><HEAD><TITLE>Les Wollam =
Photography</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<STYLE type=3Dtext/css>BODY {
	MARGIN: 0px; WIDTH: 100%; HEIGHT: 100%
}
HTML {
	MARGIN: 0px; WIDTH: 100%; HEIGHT: 100%
}
</STYLE>
<!-- Active Content Workaround Support File -->
<SCRIPT=20
src=3D"http://www.hiredavid.com/presbygrad2010/resources/javascript/AC_Ru=
nActiveContent.js"=20
type=3Dtext/javascript></SCRIPT>

<SCRIPT type=3Dtext/javascript>=0A=
<!--=0A=
function getQueryVariable(variable) {=0A=
  var query =3D window.location.search.substring(1);=0A=
  var vars =3D query.split("&");=0A=
  for (var i=3D0;i<vars.length;i++) {=0A=
    var pair =3D vars[i].split("=3D");=0A=
    if (pair[0] =3D=3D variable) {=0A=
      return pair[1];=0A=
    }=0A=
  } =0A=
  return -1;=0A=
}=0A=
// -->=0A=
</SCRIPT>

<SCRIPT type=3Dtext/javascript>=0A=
<!--=0A=
  var startImg =3D getQueryVariable("startImg");=0A=
  //alert(startImg);=0A=
// -->=0A=
</SCRIPT>
<!-- Flash Detection Script Block -->
<SCRIPT type=3Dtext/javascript>=0A=
<!--=0A=
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =
- - - -=0A=
// Globals=0A=
// Major version of Flash required=0A=
var requiredMajorVersion =3D 8;=0A=
// Minor version of Flash required=0A=
var requiredMinorVersion =3D 0;=0A=
// Minor version of Flash required=0A=
var requiredRevision =3D 0;=0A=
// the version of javascript supported=0A=
var jsVersion =3D 1.0;=0A=
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =
- - - -=0A=
// -->=0A=
</SCRIPT>

<SCRIPT type=3Dtext/vbscript>=0A=
<!-- // Visual basic helper required to detect Flash Player ActiveX =
control version information=0A=
Function VBGetSwfVer(i)=0A=
  on error resume next=0A=
  Dim swControl, swVersion=0A=
  swVersion =3D 0=0A=
  =0A=
  set swControl =3D CreateObject("ShockwaveFlash.ShockwaveFlash." + =
CStr(i))=0A=
  if (IsObject(swControl)) then=0A=
    swVersion =3D swControl.GetVariable("$version")=0A=
  end if=0A=
  VBGetSwfVer =3D swVersion=0A=
End Function=0A=
// -->=0A=
</SCRIPT>

<SCRIPT type=3Dtext/javascript>=0A=
<!-- // Detect Client Browser type=0A=
var isIE  =3D (navigator.appVersion.indexOf("MSIE") !=3D -1) ? true : =
false;=0A=
var isWin =3D (navigator.appVersion.toLowerCase().indexOf("win") !=3D =
-1) ? true : false;=0A=
var isOpera =3D (navigator.userAgent.indexOf("Opera") !=3D -1) ? true : =
false;=0A=
jsVersion =3D 1.1;=0A=
// JavaScript helper required to detect Flash Player PlugIn version =
information=0A=
function JSGetSwfVer(i){=0A=
	// NS/Opera version >=3D 3 check for Flash plugin in plugin array=0A=
	if (navigator.plugins !=3D null && navigator.plugins.length > 0) {=0A=
		if (navigator.plugins["Shockwave Flash 2.0"] || =
navigator.plugins["Shockwave Flash"]) {=0A=
			var swVer2 =3D navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";=0A=
      		var flashDescription =3D navigator.plugins["Shockwave Flash" + =
swVer2].description;=0A=
			descArray =3D flashDescription.split(" ");=0A=
			tempArrayMajor =3D descArray[2].split(".");=0A=
			versionMajor =3D tempArrayMajor[0];=0A=
			versionMinor =3D tempArrayMajor[1];=0A=
			if ( descArray[3] !=3D "" ) {=0A=
				tempArrayMinor =3D descArray[3].split("r");=0A=
			} else {=0A=
				tempArrayMinor =3D descArray[4].split("r");=0A=
			}=0A=
      		versionRevision =3D tempArrayMinor[1] > 0 ? tempArrayMinor[1] : =
0;=0A=
            flashVer =3D versionMajor + "." + versionMinor + "." + =
versionRevision;=0A=
      	} else {=0A=
			flashVer =3D -1;=0A=
		}=0A=
	}=0A=
	// MSN/WebTV 2.6 supports Flash 4=0A=
	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") !=3D =
-1) flashVer =3D 4;=0A=
	// WebTV 2.5 supports Flash 3=0A=
	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") !=3D =
-1) flashVer =3D 3;=0A=
	// older WebTV supports Flash 2=0A=
	else if (navigator.userAgent.toLowerCase().indexOf("webtv") !=3D -1) =
flashVer =3D 2;=0A=
	// Can't detect in all other cases=0A=
	else {=0A=
		=0A=
		flashVer =3D -1;=0A=
	}=0A=
	return flashVer;=0A=
} =0A=
// When called with reqMajorVer, reqMinorVer, reqRevision returns true =
if that version or greater is available=0A=
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) =0A=
{=0A=
 	reqVer =3D parseFloat(reqMajorVer + "." + reqRevision);=0A=
   	// loop backwards through the versions until we find the newest =
version	=0A=
	for (i=3D25;i>0;i =3D i - 1) {	=0A=
		if (isIE && isWin && !isOpera) {=0A=
			versionStr =3D VBGetSwfVer(i);=0A=
		} else {=0A=
			versionStr =3D JSGetSwfVer(i);		=0A=
		}=0A=
		if (versionStr =3D=3D -1 ) { =0A=
			return false;=0A=
		} else if (versionStr !=3D 0) {=0A=
			if(isIE && isWin && !isOpera) {=0A=
				tempArray         =3D versionStr.split(" ");=0A=
				tempString        =3D tempArray[1];=0A=
				versionArray      =3D tempString .split(",");				=0A=
			} else {=0A=
				versionArray      =3D versionStr.split(".");=0A=
			}=0A=
			versionMajor      =3D versionArray[0];=0A=
			versionMinor      =3D versionArray[1];=0A=
			versionRevision   =3D versionArray[2];=0A=
			=0A=
			versionString     =3D versionMajor + "." + versionRevision;   // =
7.0r24 =3D=3D 7.24=0A=
			versionNum        =3D parseFloat(versionString);=0A=
        	// is the major.revision >=3D requested major.revision AND the =
minor version >=3D requested minor=0A=
			if ( (versionMajor > reqMajorVer) && (versionNum >=3D reqVer) ) {=0A=
				return true;=0A=
			} else {=0A=
				return ((versionNum >=3D reqVer && versionMinor >=3D reqMinorVer) ? =
true : false );	=0A=
			}=0A=
		}=0A=
	}	=0A=
}=0A=
// -->=0A=
</SCRIPT>

<META content=3D"MSHTML 6.00.6000.17063" name=3DGENERATOR></HEAD>
<BODY>
<SCRIPT type=3Dtext/javascript>=0A=
<!-- =0A=
// Version check for the Flash Player that has the ability to start =
Player Product Install (6.0r65)=0A=
var hasProductInstall =3D DetectFlashVer(6, 0, 65);=0A=
=0A=
// Version check based upon the values entered above in "Globals"=0A=
var hasReqestedVersion =3D DetectFlashVer(requiredMajorVersion, =
requiredMinorVersion, requiredRevision);=0A=
=0A=
// Location visited after installation is complete if installation is =
required=0A=
var MMredirectURL =3D window.location;=0A=
=0A=
// Stored value of document title used by the installation process to =
close the window that started the installation process=0A=
// This is necessary to remove browser windows that will still be =
utilizing the older version of the player after installation is complete=0A=
// DO NOT MODIFY THE FOLLOWING TWO LINES=0A=
//document.title =3D document.title.slice(0, 47) + " - Flash Player =
Installation";=0A=
document.title =3D document.title.slice(0, 47);=0A=
var MMdoctitle =3D document.title;=0A=
=0A=
=0A=
=0A=
// Check to see if a player with Flash Product Install is available and =
the version does not meet the requirements for playback=0A=
if ( hasProductInstall && !hasReqestedVersion ) {=0A=
    var productInstallOETags =3D '<object =
classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'=0A=
    + 'width=3D"550" height=3D"200"'=0A=
    + =
'codebase=3D"http://download.macromedia.com/pub/shockwave/cabs/flash/swfl=
ash.cab">'=0A=
    + '<param name=3D"movie" =
value=3D"resources/playerProductInstall.swf?MMredirectURL=3D'+MMredirectU=
RL+'&MMplayerType=3DActiveX&MMdoctitle=3D'+MMdoctitle+'" />'=0A=
    + '<param name=3D"quality" value=3D"best" /><param name=3D"bgcolor" =
value=3D"#3A6EA5" />'=0A=
    + '<embed =
src=3D"resources/playerProductInstall.swf?MMredirectURL=3D'+MMredirectURL=
+'&MMplayerType=3DPlugIn" quality=3D"high" bgcolor=3D"#3A6EA5" '=0A=
    + 'width=3D"550" height=3D"300" name=3D"detectiontest" =
aligh=3D"middle"'=0A=
    + 'play=3D"true"'=0A=
    + 'loop=3D"false"'=0A=
    + 'quality=3D"best"'=0A=
    + 'allowScriptAccess=3D"sameDomain"'=0A=
    + 'type=3D"application/x-shockwave-flash"'=0A=
    + 'pluginspage=3D"http://www.adobe.com/go/getflashplayer">'=0A=
    + '<\/embed>'=0A=
    + '<\/object>';=0A=
    document.write(productInstallOETags);   // embed the Flash Product =
Installation SWF=0A=
} else if (hasReqestedVersion) {  // if we've detected an acceptable =
version=0A=
    AC_FL_RunContent(=0A=
			'codebase', =
'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#vers=
ion=3D8,0,0,0',=0A=
			=
'flashvars','livePreview=3Dfalse&baseRefUrl=3D&groupxml=3Dresources/media=
GroupData/group.xml&stylexml=3Dresources/styles/style.xml&localText=3Dres=
ources/localization/localText.xml&startImg=3D'+startImg,=0A=
			'width', '100%',=0A=
			'height', '100%',=0A=
			'src', 'resources/gallery',=0A=
			'quality', 'high',=0A=
			'pluginspage', 'http://www.adobe.com/go/getflashplayer',=0A=
			'align', 'middle',=0A=
			'play', 'true',=0A=
			'loop', 'true',=0A=
			'scale', 'showall',=0A=
			'wmode', 'window',=0A=
			'devicefont', 'false',=0A=
			'id', 'gallery',=0A=
			'bgcolor', '#f7f7f7',=0A=
			'name', 'gallery',=0A=
			'menu', 'true',=0A=
			'allowScriptAccess','sameDomain',=0A=
			'movie', 'resources/gallery',=0A=
			'salign', ''=0A=
			);=0A=
  } else {  // flash is too old or we can't detect the plugin=0A=
    var alternateContent =3D 'This photo gallery requires the Adobe =
Flash Player.'=0A=
   	+ '<a href=3Dhttp://www.adobe.com/go/getflash/>Get the free Flash =
Player here</a>';=0A=
    document.write(alternateContent);  // insert non-flash content=0A=
  }=0A=
// -->=0A=
</SCRIPT>
<NOSCRIPT><!-- Provide alternate content for browsers that do not =
support scripting=0A=
	     or for those that have scripting disabled. -->
<P>Sorry, this photo gallery requires that scripting be enabled on your =
web=20
browser and that the Adobe Flash Player be installed. <A=20
href=3D"http://www.adobe.com/go/getflash/">Download the Adobe Flash =
Player</A>=20
</P></NOSCRIPT></BODY></HTML>

------=_NextPart_000_0000_01CB646D.8FE47CC0
Content-Type: application/x-js
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.hiredavid.com/presbygrad2010/resources/javascript/AC_RunActiveContent.js

//v1.0=0A=
//Copyright 2006 Adobe Systems, Inc. All rights reserved.=0A=
function AC_AddExtension(src, ext)=0A=
{=0A=
  if (src.indexOf('?') !=3D -1)=0A=
    return src.replace(/\?/, ext+'?'); =0A=
  else=0A=
    return src + ext;=0A=
}=0A=
=0A=
function AC_Generateobj(objAttrs, params, embedAttrs) =0A=
{ =0A=
  var str =3D '<object ';=0A=
  for (var i in objAttrs)=0A=
    str +=3D i + '=3D"' + objAttrs[i] + '" ';=0A=
  str +=3D '>';=0A=
  for (var i in params)=0A=
    str +=3D '<param name=3D"' + i + '" value=3D"' + params[i] + '" /> ';=0A=
  str +=3D '<embed ';=0A=
  for (var i in embedAttrs)=0A=
    str +=3D i + '=3D"' + embedAttrs[i] + '" ';=0A=
  str +=3D ' ></embed></object>';=0A=
=0A=
  document.write(str);=0A=
}=0A=
=0A=
function AC_FL_RunContent(){=0A=
  var ret =3D =0A=
    AC_GetArgs=0A=
    (  arguments, ".swf", "movie", =
"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"=0A=
     , "application/x-shockwave-flash"=0A=
    );=0A=
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);=0A=
}=0A=
=0A=
function AC_SW_RunContent(){=0A=
  var ret =3D =0A=
    AC_GetArgs=0A=
    (  arguments, ".dcr", "src", =
"clsid:166B1BCA-3F9C-11CF-8075-444553540000"=0A=
     , null=0A=
    );=0A=
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);=0A=
}=0A=
=0A=
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){=0A=
  var ret =3D new Object();=0A=
  ret.embedAttrs =3D new Object();=0A=
  ret.params =3D new Object();=0A=
  ret.objAttrs =3D new Object();=0A=
  for (var i=3D0; i < args.length; i=3Di+2){=0A=
    var currArg =3D args[i].toLowerCase();    =0A=
=0A=
    switch (currArg){	=0A=
      case "classid":=0A=
        break;=0A=
      case "pluginspage":=0A=
        ret.embedAttrs[args[i]] =3D args[i+1];=0A=
        break;=0A=
      case "src":=0A=
      case "movie":	=0A=
        args[i+1] =3D AC_AddExtension(args[i+1], ext);=0A=
        ret.embedAttrs["src"] =3D args[i+1];=0A=
        ret.params[srcParamName] =3D args[i+1];=0A=
        break;=0A=
      case "onafterupdate":=0A=
      case "onbeforeupdate":=0A=
      case "onblur":=0A=
      case "oncellchange":=0A=
      case "onclick":=0A=
      case "ondblClick":=0A=
      case "ondrag":=0A=
      case "ondragend":=0A=
      case "ondragenter":=0A=
      case "ondragleave":=0A=
      case "ondragover":=0A=
      case "ondrop":=0A=
      case "onfinish":=0A=
      case "onfocus":=0A=
      case "onhelp":=0A=
      case "onmousedown":=0A=
      case "onmouseup":=0A=
      case "onmouseover":=0A=
      case "onmousemove":=0A=
      case "onmouseout":=0A=
      case "onkeypress":=0A=
      case "onkeydown":=0A=
      case "onkeyup":=0A=
      case "onload":=0A=
      case "onlosecapture":=0A=
      case "onpropertychange":=0A=
      case "onreadystatechange":=0A=
      case "onrowsdelete":=0A=
      case "onrowenter":=0A=
      case "onrowexit":=0A=
      case "onrowsinserted":=0A=
      case "onstart":=0A=
      case "onscroll":=0A=
      case "onbeforeeditfocus":=0A=
      case "onactivate":=0A=
      case "onbeforedeactivate":=0A=
      case "ondeactivate":=0A=
      case "type":=0A=
      case "codebase":=0A=
        ret.objAttrs[args[i]] =3D args[i+1];=0A=
        break;=0A=
      case "width":=0A=
      case "height":=0A=
      case "align":=0A=
      case "vspace": =0A=
      case "hspace":=0A=
      case "class":=0A=
      case "title":=0A=
      case "accesskey":=0A=
      case "name":=0A=
      case "id":=0A=
      case "tabindex":=0A=
        ret.embedAttrs[args[i]] =3D ret.objAttrs[args[i]] =3D args[i+1];=0A=
        break;=0A=
      default:=0A=
        ret.embedAttrs[args[i]] =3D ret.params[args[i]] =3D args[i+1];=0A=
    }=0A=
  }=0A=
  ret.objAttrs["classid"] =3D classid;=0A=
  if (mimeType) ret.embedAttrs["type"] =3D mimeType;=0A=
  return ret;=0A=
}=0A=

------=_NextPart_000_0000_01CB646D.8FE47CC0--
